processor priority

英 [ˈprəʊsesə(r) praɪˈɒrəti] 美 [ˈprɑːsesər praɪˈɔːrəti]

【计】处理机优先级

计算机



双语例句

  1. The advantage of this model is that the time to execute a particular task can be more predictable because the processor isn't shared, even if there are several tasks with the same priority.
    此模型的优点在于,执行特定任务的时间更加容易预测,因为处理器不是共享的,即使有多个具有相同优先级的任务。
  2. Processor tuning: Choosing processor priority
    处理器调优:选择处理器优先级
  3. You can see that fairness in the example provided in this article, where all processes are given access to the processor& even the lowest priority.
    您可以在本文中提供的示例中看到此公平性,其中所有进程都被授予了对服务器的访问,即便是最低的优先级。
  4. The IRQ signal is delivered to the local APIC of the processor that is executing the process with the lowest priority.
    IRQ信号送给正在执行最低优先级进程的处理器的局部APIC。
  5. Long lock hold times also keep the current processor from scheduling, meaning that a higher priority process-which really should be able to get the CPU-may have to wait.
    对锁较长时间的控制也会使处理器违反计划调度,也就是说,这会导致一个拥有较高优先级的进程不得不等待CPU。
  6. The continuous switching between tasks in the processor is completed by task scheduler based on RTPA working in collaboration with the time manager and event manager. The problem of priority inversion and prevents multiple-blocking and deadlock is eliminated this technique from happening.
    基于RTPA规范的实时任务调度器与时间和事件管理器协同可完成处理器上不同任务间的切换,有效解决实时系统中的优先级反转和多任务阻塞及死锁。
  7. The simulation results of the case study show that the model can not only decrease the number of preemptions effectively but also improve the processor utilization for static priority scheduling algorithm such as rate monotonic scheduling.
    本文最后通过实验验证了该微调度的抢占模型不仅有效地减少抢占次数,同时对于静态优先级调度策略如RM,能有效地提高处理器的可调度利用率。
  8. We manage the processor resource through priority mechanism and manage the memory resource through thread-pool and request buffer.
    使用优先级机制来管理处理器资源;使用了线程池和请求队列缓存来管理存储器资源。